GlusterFS : Clients' Settings
2016/08/07 |
It's the settings for GlusterFS clients to mount GlusterFS volumes.
|
|
[1] | For mounting with GlusterFS Native Client, Configure like follows. |
[root@client ~]#
yum -y install centos-release-gluster38
[root@client ~]#
yum -y install glusterfs glusterfs-fuse
# mount vol_distributed volume on /mnt [root@client ~]# mount -t glusterfs node01.srv.world:/vol_distributed /mnt [root@client ~]# df -hT Filesystem Type Size Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root ext4 26G 1.3G 24G 6% / tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm /dev/vda1 ext4 477M 146M 306M 33% /boot node01.srv.world:/vol_distributed fuse.glusterfs 52G 2.5G 47G 6% /mnt |